home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Shout3Ddemo / S3D_2E1.1.sit / Shout3d_2.0 / docs / workflow_tutorial / references / shoutbox.WRL < prev    next >
Text File  |  2000-10-15  |  1KB  |  43 lines

  1. #VRML V2.0 utf8
  2.  
  3. Transform {
  4.   translation 0 0 0
  5.   children [
  6.  
  7.     Shape {
  8.       appearance Appearance {
  9.         material Material {
  10.           diffuseColor 0.5373 0.1961 0.1961
  11.           ambientIntensity 0.1033
  12.           specularColor 0.045 0.045 0.045
  13.           shininess 0.2875
  14.           transparency 0
  15.         }
  16.         texture ImageTexture {
  17.           url "shout3dlogo.gif"
  18.         }
  19.       }
  20.       geometry IndexedFaceSet {
  21.         coord Coordinate { point [
  22.           -50 0 50, 50 0 50, -50 0 -50, 50 0 -50, -50 100 50, 50 100 50, 
  23.           -50 100 -50, 50 100 -50]
  24.         }
  25.         texCoord TextureCoordinate { point [
  26.           1 0, 0 0, 0 0, 0 0, 1 1, 0 1, 0 1, 0 1, 1 0, 1 1, 0 1, 
  27.           0 1, 0 0, 1 0, 0 0, 1 0, 1 1, 1 1, 0 1, 0 0, 0 0, 1 0, 
  28.           1 1, 1 1, 0 1, 0 0, 0 0, 1 0, 1 1, 1 1, 0 0, 1 0, 1 1, 
  29.           1 1, 0 0, 1 1]
  30.         }
  31.         coordIndex [
  32.           0, 2, 3, -1, 3, 1, 0, -1, 4, 5, 7, -1, 7, 6, 4, -1, 0, 1, 5, -1, 
  33.           5, 4, 0, -1, 1, 3, 7, -1, 7, 5, 1, -1, 3, 2, 6, -1, 
  34.           6, 7, 3, -1, 2, 0, 4, -1, 4, 6, 2, -1]
  35.         texCoordIndex [
  36.           8, 9, 10, -1, 11, 12, 13, -1, 14, 15, 16, -1, 17, 18, 19, -1, 
  37.           20, 21, 22, -1, 23, 24, 25, -1, 26, 27, 28, -1, 29, 5, 1, -1, 
  38.           30, 31, 32, -1, 33, 7, 3, -1, 34, 0, 35, -1, 4, 6, 2, -1]
  39.         }
  40.     }
  41.   ]
  42. }
  43.